net/http.http2Transport.newClientConn (method)

5 uses

	net/http (current package)
		h2_bundle.go#L8017: 		return t.newClientConn(nil, singleUse, nil)
		h2_bundle.go#L8027: 	return t.newClientConn(tconn, singleUse, nil)
		h2_bundle.go#L8079: 	return t.newClientConn(c, t.disableKeepAlives(), nil)
		h2_bundle.go#L8082: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool, internalStateHook func()) (*http2ClientConn, error) {
		h2_bundle.go#L10569: 	cc, err := tr.newClientConn(conn, tr.disableKeepAlives(), internalStateHook)